| FindElementsT | Returns all content elements of the specified type, for example all images or all tables, from the whole document. |
| FindElementsT(PredicateT) | Returns all content elements of the specified type which match the specified condition. |
| FindElementsT(PredicateT, SearchScope) | Returns all content elements of the specified type which match the specified condition. |